footer{
	width: 100%;
	background-color: #F4F1E0;
}
.foottop{
	width: 100%;
	display: flex;
}
.footto{
	width: 100%;
}
.footto1{
	border-bottom: 1px solid #651919;
	box-sizing: border-box;
	padding: 30px 0;
	text-align: center;
	font-size: 16px;
	color: #651919;
}
.footto1 a{
	margin-right: 50px;
}
.footto1 a:last-child{
	margin-right: 0;
}
.footto2{
	width: 100%;
	box-sizing: border-box;
	padding: 60px 0;
	display: inline-block;
}
.footto2_1{
	height: 85px;
	display: block;
	float: left;
}
.footto2_2{
	float: right;
	display: inline-block;
}
.footto22_1{
	font-size: 14px;
	color: #651919;
	margin-right: 5px;
	 writing-mode:vertical-lr;
	    writing-mode:tb-lr;
	display: inline-block;
	vertical-align: middle;
}
.footto22_2{
	width: 125px;
	display: inline-block;
	vertical-align: middle;
}
.footdown{
	width: 100%;
	display: flex;
	background-image: url(../img/img19.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.footdow{
	width: 100%;
	height: 62px;
	box-sizing: border-box;
	padding-top: 22px;
}
.footdow1{
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #F4F1E0;
}
@media (max-width: 1200px) and (min-width: 1020px) {
	.footto2_2{
		display: flex;
		align-items: center;
	}
}
@media (max-width: 1020px) {
	.footto1 {
	    padding: 0.3rem 0;
	    font-size: 0.24rem;
	}
	.footto1 a{
		margin-right: 0.5rem;
	}
	.footto2 {
	    padding: 0.6rem 0;
	    display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.footto2_1{
		height: 0.85rem;
	}
	.footto2_2{
		width: 100%;
		margin-top: 2%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.footto22_1 {
	    font-size: 0.22rem;
	    margin-right: 0.1rem;
	}
	.footto22_2{
		width: 1.25rem;
	}
	.footdow {
	    height: auto;
	    padding-top: 0.6rem;
	}
	.footdow1 {
		padding: 0.2rem 0;
		box-sizing: border-box;
	    line-height: normal;
	    font-size: 0.22rem;
	}
}